home *** CD-ROM | disk | FTP | other *** search
- | !Run file for Example
-
- IconSprites <Obey$Dir>.!Sprites
- if "<System$Path>" = "" then Error 0 System resources cannot be found
- if "<Euclid$Dir>" = "" then Error 0 Cannot locate !Euclid
- RMEnsure SharedCLibrary 0.00 RMLoad System:modules.CLib
- RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPEmulator
- RMEnsure ColourTrans 0.00 RMLoad System:Modules.Colours
- RMEnsure Euclid 2.19 RMLoad <Euclid$Dir>.Euclid
- RMEnsure Euclid 2.19 Error Euclid module too old (See !Run file)
- | You might be able to get away with earlier versions of the module
- | - if you want to try just change the version numbers in the lines above.
- | (I'm pretty sure versions less than 2.11 won't support
- | multitasking/ray tracing)
-
- wimpslot -min 96k -max 96k
- Set Example$Dir <Obey$Dir>
-
- | Example$Cachesize is the size of the drawing cache in K
- | if you plan to raytrace then make this bigger
- | Example$Seperatecaches if you set this to 'yes' then all the graphs will have
- | seperate caches, 'no' means there is a single cache
- Set Example$Cachesize 100
- Set Example$Seperatecaches yes
- Run "<Example$Dir>.!RunImage"